home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
smashing.swf
/
scripts
/
DefineSprite_76
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-03-12
|
206 b
|
7 lines
if(this.countername != "" && this.gamename != "")
{
strMovie = this.gamename + "@" + this.countername;
this.loadMovie("http://" + this.IP + "/stats/SWFcounters/" + strMovie + ".swf");
}
stop();